Hardware in the Loop — (HiL, auch HitL, HITL) bezeichnet ein Verfahren, bei dem ein eingebettetes System (z. B. reales elektronisches Steuergerät oder reale mechatronische Komponente) über seine Ein und Ausgänge an ein angepasstes Gegenstück, das im Allgemeinen… … Deutsch Wikipedia
Hardware-in-the-loop — Este artículo o sección sobre informática necesita ser wikificado con un formato acorde a las convenciones de estilo. Por favor, edítalo para que las cumpla. Mientras tanto, no elimines este aviso puesto el 6 de enero de 2009. También puedes… … Wikipedia Español
Hardware-in-the-loop simulation — Hardware in the loop (HIL) simulation is a technique that is used in the development and test of complex real time embedded systems. HIL simulation provides an effective platform by adding the complexity of the plant under control to the test… … Wikipedia
Software in the Loop — Hardware in the Loop (HiL) bezeichnet ein Verfahren, bei dem ein eingebettetes System (z. B. reales elektronisches Steuergerät oder reale mechatronische Komponente) über seine Ein und Ausgänge an ein angepasstes Gegenstück, das im Allgemeinen HiL … Deutsch Wikipedia
Model in the Loop — (MIL) ist die Simulation eines eingebetteten Systems in einer frühen Entwicklungsphase, der Modellierung, bei der modellbasierten Softwareentwicklung. Eingebettete Systeme kommunizieren mit ihrer Umwelt und erwarten häufig plausible Sensorsignale … Deutsch Wikipedia
Loop nest optimization — (LNO) is a special case of loop transformation, dealing with nested loops, that allows large reductions in the cache bandwidth necessary for some common algorithms.Example: Matrix multiplyMany large mathematical operations on computers end up… … Wikipedia
Loop Maintenance Operations System — The Loop Management Operations System (LMOS) is a telephone company trouble ticketing system that plays an essential part in the act of repairing local loops (telephone lines). When a problem is reported to the Centralized Repair Service… … Wikipedia
Hardware Wars — Counterclockwise from top left: Fluke Starbucker, Chewchilla the Wookiee Monster, Ham Salad, and Augie Ben Doggie. Directed by Ernie Fosselius Produced by … Wikipedia
The Singularity Is Near — The Singularity Is Near: When Humans Transcend Biology … Wikipedia
The Story of Mel — is an archetypical piece of computer programming folklore. Its subject, Mel Kaye, is the canonical Real Programmer. Contents 1 Story 2 See also 3 References 4 Further reading … Wikipedia
Loop interchange — In compiler theory, loop interchange is the process of exchanging the order of two iteration variables. For example, in the code fragment: for i from 0 to 10 for j from 0 to 20 a [i,j] = i + jloop interchange would result in: for j from 0 to 20… … Wikipedia